compound assignment meaning in English
复合赋值
Examples
- Compound assignment statements
复合赋值语句 - A variety of compound assignment operations can be performed using operators of this type
可以使用此类型的运算符执行各种复合赋值运算。 - Compound assignment statements first perform an operation on an expression before assigning it to a programming element
复合赋值语句先对表达式执行运算,然后才将表达式赋给编程元素。 - On all compound assignment operators , overloading the binary operator implicitly overloads the equivalent compound assignment
对于所有复合赋值运算符,隐式重载二元运算符会重载等效的复合赋值。